projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b45be
)
Test BROKEN_PROTOTYPES.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Nov 2001 15:08:36 +0000
(15:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Nov 2001 15:08:36 +0000
(15:08 +0000)
src/gmalloc.c
patch
|
blob
|
history
diff --git
a/src/gmalloc.c
b/src/gmalloc.c
index 598d802badc8ddfa3a6397ad3cca9cba816e10ed..77fb31971018a5ea67fe87224ed9ba8e25df9588 100644
(file)
--- a/
src/gmalloc.c
+++ b/
src/gmalloc.c
@@
-36,8
+36,9
@@
Cambridge, MA 02139, USA.
#include <config.h>
#endif
-#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \
- defined STDC_HEADERS || defined PROTOTYPES
+#if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \
+ || defined STDC_HEADERS || defined PROTOTYPES) \
+ && ! defined (BROKEN_PROTOTYPES))
#undef PP
#define PP(args) args
#undef __ptr_t